home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1996 February
/
macformat-034.iso
/
mac
/
Shareware City
/
Applications
/
Laughing Bird Folder
/
The Laughing Bird Restaurant
/
The Laughing Bird Restaurant.dxr
/
00410.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1995-12-16
|
176 b
|
14 lines
on mouseDown
puppetSound("click1")
end
on mouseUp
global gThanxshowing
if gThanxshowing = 0 then
initPush(3, 4, 0)
go("pass2")
else
nothing()
end if
end